home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
tools
/
mg
/
rexx
/
line.mg
< prev
next >
Wrap
Text File
|
1995-03-09
|
146b
|
11 lines
/* exercise the rexx-line command */
options results
options failat 2
'rexx-line'
save = result
'end-of-buffer'
'rexx-insert' '"'save'"'
exit 0